projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325dfda
)
* lisp/dired-aux.el (dired-create-directory): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 Oct 2017 16:36:58 +0000
(19:36 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 Oct 2017 16:36:58 +0000
(19:36 +0300)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 7e2252fcf1b1387ab42f59d499d1551c357e3d21..03639f6b5077d3d3c2d8f0e27402519bad323fbe 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-1965,6
+1965,7
@@
Optional arg HOW-TO determines how to treat the target.
;;;###autoload
(defun dired-create-directory (directory)
"Create a directory called DIRECTORY.
+Parent directories of DIRECTORY are created as needed.
If DIRECTORY already exists, signal an error."
(interactive
(list (read-file-name "Create directory: " (dired-current-directory))))